home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-3 / background_2695.txt < prev    next >
Text File  |  1990-04-06  |  7KB  |  345 lines

  1. -- background: 2695 from stack: in.0-3
  2. -- bmap block id: 3196
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: graph
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   global MapMode
  9.   put "graph" into MapMode
  10. end openBackground
  11.  
  12. -- This handler goes to one of the Section cards.
  13. on showSection n
  14.   set cursor to none
  15.   visual wipe left
  16.   go cd "level 1"
  17.   visual wipe right
  18.   go cd "section " & n & ":"
  19. end showSection
  20.  
  21. -- This handler goes the first cd.
  22. on goFirst
  23.   set cursor to none
  24.   lock screen
  25.   go cd "level 1"
  26.   unlock screen with wipe left
  27. end goFirst
  28.  
  29.  
  30. -- part 28 (field)
  31. -- low flags: 01
  32. -- high flags: 0000
  33. -- rect: left=0 top=5 right=28 bottom=465
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 174
  38. -- text size: 18
  39. -- style flags: 2048
  40. -- line height: 18
  41. -- part name: 
  42.  
  43.  
  44. -- part 6 (button)
  45. -- low flags: 00
  46. -- high flags: C006
  47. -- rect: left=136 top=27 right=46 bottom=243
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 174
  52. -- text size: 14
  53. -- style flags: 256
  54. -- line height: 18
  55. -- part name: graphic map
  56.  
  57.  
  58. -- part 7 (button)
  59. -- low flags: 00
  60. -- high flags: 8006
  61. -- rect: left=246 top=27 right=46 bottom=335
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 174
  66. -- text size: 14
  67. -- style flags: 256
  68. -- line height: 18
  69. -- part name: index map
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual dissolve
  73.   go cd "indexMap"
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 27 (button)
  79. -- low flags: 00
  80. -- high flags: A004
  81. -- rect: left=150 top=318 right=339 bottom=210
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 174
  86. -- text size: 12
  87. -- style flags: 16640
  88. -- line height: 16
  89. -- part name: QUIT
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   answer "Are you sure you want to quit?" with "No" or "Yes"
  93.   if it is "yes" then
  94.     lock screen
  95.     global CameFrom,stakName
  96.     put the short name of this cd into CameFrom
  97.     put the short name of this stack into stakName
  98.     go to cd "hi" of stack "Intro to HyperCard 2.0"
  99.     put "doMenu " & quote & "Quit HyperCard" & quote into myMsg
  100.     send myMsg to this cd
  101.   end if
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 4 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=474 top=235 right=264 bottom=506
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 10112 / 10112
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: HomeBtn
  118. ----- HyperTalk script -----
  119. -- This handler lets the user quit or go home.
  120. -- It goes to cd "hi" of the Intro stack first to reset things.
  121. on mouseUp
  122.   answer "What do you want to do?" with "Cancel" or "Quit" or "Go Home"
  123.   if it is not "Cancel" then
  124.     lock screen
  125.     global CameFrom,stakName
  126.     put the short name of this cd into CameFrom
  127.     put the short name of this stack into stakName
  128.     go to cd "hi" of stack "Intro to HyperCard 2.0"
  129.     if it is "Quit" then
  130.       put "doMenu " & quote & "Quit HyperCard" & quote into myMsg
  131.       send myMsg to this cd
  132.     else if it is "Go Home" then send "doMenu Home" to this cd
  133.   end if
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part 29 (button)
  139. -- low flags: 00
  140. -- high flags: 0000
  141. -- rect: left=22 top=165 right=192 bottom=108
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: Goals & Objectives
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   goto the short name of me
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 12 (button)
  158. -- low flags: 00
  159. -- high flags: 0000
  160. -- rect: left=22 top=204 right=231 bottom=108
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: How To Use This Stack
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   goto the short name of me
  172. end mouseUp
  173.  
  174.  
  175.  
  176. -- part 13 (button)
  177. -- low flags: 00
  178. -- high flags: 0000
  179. -- rect: left=22 top=243 right=270 bottom=108
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Go To Main Menu
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   goto the short name of me
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 14 (button)
  196. -- low flags: 00
  197. -- high flags: 0000
  198. -- rect: left=155 top=87 right=136 bottom=205
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: section 1:
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   goto the short name of me
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 17 (button)
  215. -- low flags: 00
  216. -- high flags: 0000
  217. -- rect: left=155 top=149 right=198 bottom=205
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: section 2:
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   goto the short name of me
  229. end mouseUp
  230.  
  231.  
  232.  
  233. -- part 16 (button)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=155 top=221 right=270 bottom=205
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: section 3:
  245. ----- HyperTalk script -----
  246. on mouseUp
  247.   goto the short name of me
  248. end mouseUp
  249.  
  250.  
  251.  
  252. -- part 31 (button)
  253. -- low flags: 00
  254. -- high flags: 2000
  255. -- rect: left=200 top=101 right=127 bottom=217
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 24738 / 24738
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: Show 1
  264. ----- HyperTalk script -----
  265. on mouseUp
  266.   showSection 1
  267. end mouseUp
  268.  
  269.  
  270.  
  271. -- part 33 (button)
  272. -- low flags: 00
  273. -- high flags: 2000
  274. -- rect: left=200 top=235 right=262 bottom=217
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 24738 / 24738
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: Show 3
  283. ----- HyperTalk script -----
  284. on mouseUp
  285.   showSection 3
  286. end mouseUp
  287.  
  288.  
  289.  
  290. -- part 34 (button)
  291. -- low flags: 00
  292. -- high flags: 0000
  293. -- rect: left=22 top=87 right=114 bottom=108
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 1
  297. -- font id: 0
  298. -- text size: 12
  299. -- style flags: 0
  300. -- line height: 16
  301. -- part name: Before You Start
  302. ----- HyperTalk script -----
  303. on mouseUp
  304.   goto the short name of me
  305. end mouseUp
  306.  
  307.  
  308.  
  309. -- part 35 (button)
  310. -- low flags: 00
  311. -- high flags: 0000
  312. -- rect: left=22 top=126 right=153 bottom=108
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 0 / 0
  315. -- text alignment: 1
  316. -- font id: 0
  317. -- text size: 12
  318. -- style flags: 0
  319. -- line height: 16
  320. -- part name: Getting Started
  321. ----- HyperTalk script -----
  322. on mouseUp
  323.   goto the short name of me
  324. end mouseUp
  325.  
  326.  
  327.  
  328. -- part 37 (button)
  329. -- low flags: 00
  330. -- high flags: 2000
  331. -- rect: left=200 top=161 right=188 bottom=217
  332. -- title width / last selected line: 0
  333. -- icon id / first selected line: 24738 / 24738
  334. -- text alignment: 1
  335. -- font id: 0
  336. -- text size: 12
  337. -- style flags: 0
  338. -- line height: 16
  339. -- part name: Show 2
  340. ----- HyperTalk script -----
  341. on mouseUp
  342.   showSection 2
  343. end mouseUp
  344.  
  345.